home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / ToolsPackage / WordCount / _Program info.txt < prev    next >
Encoding:
Text File  |  2002-03-23  |  1.4 KB  |  57 lines

  1. Name/Version: WordCount v1.0
  2. 1st Release : 23.03.2002
  3. Last Update : First Release
  4.  
  5. Short Description
  6. Counts the clipboard included words.
  7.  
  8. Reason for the Development
  9. Need it to check words quantity of html meta tags.
  10.  
  11. Appearance
  12. Language ..........: English
  13. User Interface/Form: Yes
  14. Input  by Interface: No
  15. Input  by Command$ : No
  16. Input  by Clipboard: Required
  17. Input  by Drag&Drop: No
  18. Input  from Disk ..: No
  19. Input, Other ......: No
  20. Output by Interface: Yes
  21. Output to Clipboard: No
  22. Output to Disk ....: No
  23. Output by Drag&Drop: No
  24. Output, Other .....: No
  25.  
  26. More Requirements
  27. No
  28.  
  29. Instructions
  30.  
  31. Working order:
  32.  
  33. 1. Copy a text into the clipboard
  34. 2. Select the minimum word length
  35. 3. Click "Get Clip"
  36. 4. Scoll the list and uncheck the items which should not be counted
  37.    The quantity of the checked words are shown in the upper display
  38.    "Check All" will check all items again
  39.  
  40. To count another text module start from point 1. again.
  41. This program writes nothing to anywhere and will not change the clipboard content.
  42.  
  43. filter.txt       : The listed characters will be autom. filtered after "Get Clip"
  44. word-end-char.txt: The listed ascii codes are the terms for word-ends
  45. These two files can be edit (add/sub entries) with an editor
  46.  
  47. {End of instructions}
  48.  
  49. Limitations
  50. Unknown
  51.  
  52. Future Planning
  53. No
  54.  
  55. Updates
  56. 1.0.   23.03.02 > New: First Release
  57.